#!exifinfotemplateversion=2.30

#!formatname=CSV (quoted with column labels)

#!comment1=This demonstrates CSV output with quotes and field names
#!comment2=Author: Chris Terran * Version: 1.10 (15 Oct 2002)

#!outputleafname=CSVfile
#!outputfiletype=DFE
#!outputmode=single
#!UnknownString=?
#!RunOnCompletion=no

#!section=header
# Column labels inserted at start of file
"Name","X","Y","Exposure time","F number"
#!section=image
# The next line is interpreted for every image processed
"{!leafname}","{ExifImageWidth}","{ExifImageHeight}","{ExposureTime}","{FNumber}"
